Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Clr 1.8.2 submit #1

Open
wants to merge 24 commits into
base: clr-1.8.1-submit
Choose a base branch
from

Conversation

jamesodhunt
Copy link

No description provided.

vbatts and others added 24 commits August 25, 2015 04:32
Fixes rare edge case of handling GNU LongLink and LongName entries.
Perf improvements. /dev/null writes were taking CPU time during docker
push. Thanks @LK4D4
Various cleanup too.

Signed-off-by: Vincent Batts <[email protected]>
Docker ps default format should not take precedence over cli flags.
This happens effectively for other flags except `-q`.
We need to let the cli to set the format as table to print the
expected output with `-q`.

Signed-off-by: David Calavera <[email protected]>
Updating netlink package to 4b5dce31de6d42af5bb9811c6d265472199e0fec
to fix certain wierd netlink issues seen.

Signed-off-by: Jana Radhakrishnan <[email protected]>
(cherry picked from commit 7948b75)

Conflicts:
	hack/vendor.sh
Signed-off-by: Marius Sturm <[email protected]>
(cherry picked from commit e904cbe)

Conflicts:
	docker/daemon.go
Signed-off-by: Shijiang Wei <[email protected]>
This option was incorrectly ported to the new `daemon` subcommand
structure.

Beside the obvious effect that completion of `docker daemon --log-opt`
did not work, this also caused completion of `docker` and `docker xxx`
to fail on macs with

> bash: words: bad array subscript

Signed-off-by: Harald Albers <[email protected]>
(cherry picked from commit 18381fa)

Conflicts:
	contrib/completion/bash/docker
Fixes moby#15644

Signed-off-by: Tonis Tiigi <[email protected]>
Causes daemon panic because loggers can’t be found.

Fixes moby#15724

Signed-off-by: Tonis Tiigi <[email protected]>
(cherry picked from commit 0c08913)
Signed-off-by: Arnaud Porterie <[email protected]>
All docker subcommands support `-h` as an alias for `--help`
unless they have `-h` aliased to something else like `docker run`,
which uses `-h` for `--hostname`.

`-h` is not included in the help messages of the commands, though.

It ist visible in
* reference: only in `docker daemon` reference,
  see output of `grep -Rse --help=false docs`
* man pages: only in `docker` man page
  see output of `grep -RF '**-h**' man`

For consistency reasons, this commit removes `-h` as an alias for
`--help` from the reference page, man page and the bash completion.

Signed-off-by: Harald Albers <[email protected]>
Signed-off-by: Harald Albers <[email protected]>
(cherry picked from commit e4d8a8e)

Conflicts:
	contrib/completion/bash/docker
Signed-off-by: Harald Albers <[email protected]>
(cherry picked from commit 5c1ad6f)
Also fixed sort order of options using `sort -d`

Signed-off-by: Harald Albers <[email protected]>
(cherry picked from commit 644c158)
Update the distribution version to include sanitize URL fix

Fixes moby#15875

Signed-off-by: Derek McGowan <[email protected]> (github: dmcgowan)
Close the pipeWriter even if there was no error.

Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Jessica Frazelle <[email protected]>
(cherry picked from commit 12a71c8)
Signed-off-by: David Calavera <[email protected]>
v1.8.2

Conflicts:
	VERSION
Signed-off-by: James Hunt <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.